home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Examples / TrickyClass.m < prev    next >
Encoding:
Text File  |  1995-06-07  |  126 b   |  21 lines

  1. @implementation TrickyClass:Object
  2.  
  3. // See the docu for more infos..
  4.  
  5. + name
  6. {
  7. }
  8.  
  9. - name
  10. {
  11. }
  12.  
  13. - init
  14. {
  15. }
  16.  
  17. - initWith
  18. {
  19. }
  20.  
  21. @end